builder-tool: Tweak --help output
authorMatthias Clasen <mclasen@redhat.com>
Wed, 17 Apr 2019 01:13:16 +0000 (21:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 17 Apr 2019 01:13:16 +0000 (21:13 -0400)
gtk/tools/gtk-builder-tool.c

index 3219baa98318594f3721ce58c5643f7a980aaec2..080cf5bf9b6b7fc0b29a420345f6968b61ced153 100644 (file)
@@ -36,21 +36,21 @@ static void
 usage (void)
 {
   g_print (_("Usage:\n"
-             "  gtk-builder-tool [COMMAND] FILE\n"
+             "  gtk-builder-tool [COMMAND] [OPTION…] FILE\n"
              "\n"
              "Commands:\n"
-             "  validate           Validate the file\n"
-             "  simplify [OPTIONS] Simplify the file\n"
-             "  enumerate          List all named objects\n"
-             "  preview [OPTIONS]  Preview the file\n"
+             "  validate     Validate the file\n"
+             "  simplify     Simplify the file\n"
+             "  enumerate    List all named objects\n"
+             "  preview      Preview the file\n"
              "\n"
              "Simplify Options:\n"
-             "  --replace          Replace the file\n"
-             "  --3to4             Convert from a GTK3 to GTK4\n"
+             "  --replace    Replace the file\n"
+             "  --3to4       Convert from GTK 3 to GTK 4\n"
              "\n"
              "Preview Options:\n"
-             "  --id=ID            Preview only the named object\n"
-             "  --css=FILE         Use style from CSS file\n"
+             "  --id=ID      Preview only the named object\n"
+             "  --css=FILE   Use style from CSS file\n"
              "\n"
              "Perform various tasks on GtkBuilder .ui files.\n"));
   exit (1);